home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi035.dir / 00046_Script_46 < prev    next >
Text File  |  1983-01-31  |  675b  |  27 lines

  1. on exitFrame
  2.   global a_blocca
  3.   if a_blocca = false then
  4.     ATT_HILITE 8,13,5,6,2,2
  5.   end if
  6.   at_hil 107,6,41
  7.   go to the frame
  8. end
  9.  
  10. on mouseup
  11.   if the mouseh > 72 and the mouseh < 620 and the mouseV > 0 and the mouseV < 480 then
  12.     global a_blocca, scrolla,cast_dida 
  13.     set a_blocca to false
  14.     set scrolla to true
  15.     set cast_dida to 72
  16.     --duplicate cast 121, 499
  17.     --vap "su", 72, "nobeep"  
  18.     set the scrolltop of member cast_dida to 0
  19.     set the visible of sprite 17 to false
  20.     set the visible of sprite 18 to false
  21.     set the visible of sprite 19 to false
  22.     set the visible of sprite 20 to false    
  23.     
  24.   end if
  25.   
  26. end
  27.